craft: Only set NSIS package type with windows
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Thu, 6 Feb 2025 06:32:17 +0000 (14:32 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 6 Feb 2025 08:29:03 +0000 (09:29 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
craftmaster.ini

index 6e033fc2c5e339a979dac3884231c624fdc02246..2eeae85daae93ae84f0163e9d769eee1d09736ef 100644 (file)
@@ -25,7 +25,6 @@ ShortPath/Enabled = False
 ShortPath/EnableJunctions = False
 
 Packager/RepositoryUrl = https://files.kde.org/craft/Qt6
-Packager/PackageType = NullsoftInstallerPackager
 Packager/CacheVersion = 24.10
 
 ContinuousIntegration/Enabled = True
@@ -44,6 +43,7 @@ binary/mysql.useMariaDB = False
 libs/qt6.version = 6.8.0
 
 [windows-msvc2022_64-cl]
+Packager/PackageType = NullsoftInstallerPackager
 QtSDK/Compiler = msvc2022_64
 General/ABI = windows-msvc2022_64-cl
 Paths/Python = C:\Python312-x64